xen: arm: add some helpers for assessing p2m pte
authorIan Campbell <ian.campbell@citrix.com>
Wed, 9 Jul 2014 12:07:44 +0000 (13:07 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 10 Jul 2014 09:41:54 +0000 (10:41 +0100)
commit000a2383613d55315d01e51112d2a9e13b6b08ae
tree53764bf294f37943e42a639ac8d48feca2d20fc0
parent7b814e01c6411973ed8394fb75d8b0706928e95c
xen: arm: add some helpers for assessing p2m pte

Not terribly helpful right now, since they aren't widely used, but makes future
patches easier to read.

p2m_mapping is unused for the time-being and is therefore commented out
(otherwise the compiler complains about an unused function).

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Julien Grall <julien.grall@linaro.org>
xen/arch/arm/p2m.c